Lely core libraries  2.2.5
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 Nlely
 NcanopenThe namespace for the C++ CANopen application library
 Ncompat
 Nev
 Nimpl
 Nio
 Nutil
 Cc_type_traits< can_buf >The attributes of can_buf required by lely::CANBuf
 CCANBufA CAN frame buffer
 Cc_type_traits< __can_net >The attributes of can_net_t required by lely::CANNet
 CCANNetAn opaque CAN network interface type
 Cc_type_traits< __can_timer >The attributes of can_timer_t required by lely::CANTimer
 CCANTimerAn opaque CAN timer type
 Cc_type_traits< __can_recv >The attributes of can_recv_t required by lely::CANRecv
 CCANRecvAn opaque CAN frame receiver type
 CCOCSDOUpConA CANopen Client-SDO upload confirmation callback wrapper that deserializes the received value on success
 Cc_type_traits< __co_csdo >The attributes of co_csdo_t required by lely::COCSDO
 CCOCSDOAn opaque CANopen Client-SDO service type
 CCOCSDOUpCon< char * >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of visible characters on success
 CCOCSDOUpCon<::std::string >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of visible characters on success
 CCOCSDOUpCon< uint_least8_t * >A CANopen Client-SDO upload confirmation callback wrapper for an array of octets
 CCOCSDOUpCon<::std::vector< uint_least8_t > >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of octets on success
 CCOCSDOUpCon< char16_t * >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of (16-bit) Unicode characters on success
 CCOCSDOUpCon<::std::basic_string< char16_t > >A CANopen Client-SDO upload confirmation callback wrapper that deserializes the received array of (16-bit) Unicode characters on success
 CCOCSDOUpCon< void * >A CANopen Client-SDO upload confirmation callback wrapper for an arbitrary large block of data
 Cc_type_traits< __co_dev >The attributes of co_dev_t required by lely::CODev
 CCODevAn opaque CANopen device type
 Cc_type_traits< __co_emcy >The attributes of co_emcy_t required by lely::COEmcy
 CCOEmcyAn opaque CANopen EMCY producer/consumer service type
 Cc_type_traits< __co_gw >The attributes of co_gw_t required by lely::COGW
 CCOGWAn opaque CANopen gateway type
 Cc_type_traits< __co_gw_txt >The attributes of co_gw_txt_t required by lely::COGWTxt
 CCOGWTxtAn opaque CANopen ASCII gateway client type
 Cc_type_traits< __co_lss >The attributes of co_lss_t required by lely::COLSS
 CCOLSSAn opaque CANopen LSS master/slave service type
 Cc_type_traits< __co_nmt >The attributes of co_nmt_t required by lely::CONMT
 CCONMTAn opaque CANopen NMT master/slave service type
 CCOSubDnIndA CANopen CANopen sub-object download indication callback wrapper
 CCOSubUpIndA CANopen CANopen sub-object upload indication callback wrapper
 Cc_type_traits< __co_obj >The attributes of co_obj_t required by lely::COObj
 CCOObjAn opaque CANopen object type
 Cc_type_traits< __co_sub >The attributes of co_sub_t required by lely::COSub
 CCOSubAn opaque CANopen sub-object type
 Cc_type_traits< __co_rpdo >The attributes of co_rpdo_t required by lely::CORPDO
 CCORPDOAn opaque CANopen Receive-PDO service type
 Cc_type_traits< __co_ssdo >The attributes of co_ssdo_t required by lely::COSSDO
 CCOSSDOAn opaque CANopen Server-SDO service type
 Cc_type_traits< __co_sync >The attributes of co_sync_t required by lely::COSync
 CCOSyncAn opaque CANopen SYNC producer/consumer service type
 Cc_type_traits< __co_time >The attributes of co_time_t required by lely::COTime
 CCOTimeAn opaque CANopen TIME producer/consumer service type
 Cc_type_traits< __co_tpdo >The attributes of co_tpdo_t required by lely::COTPDO
 CCOTPDOAn opaque CANopen Transmit-PDO service type
 Cco_type_traitsA class template mapping CANopen types to C++ types
 Cco_type_traits_NA class template mapping CANopen types to C++ types
 Cco_type_traits_TA class template mapping CANopen types to C++ types
 Cco_type_traits_T< char[N]>
 Cco_type_traits_T< char16_t[N]>
 CCOValA CANopen value
 CCOVal< CO_DEFTYPE_VISIBLE_STRING >A CANopen value containing an array of visible characters
 CCOVal< CO_DEFTYPE_OCTET_STRING >A CANopen value containing an array of octets
 CCOVal< CO_DEFTYPE_UNICODE_STRING >A CANopen value containing an array of (16-bit) Unicode characters
 CCOVal< CO_DEFTYPE_DOMAIN >A CANopen value containing an arbitrary large block of data
 Cc_type_traits< __co_wtm >The attributes of co_wtm_t required by lely::COWTM
 CCOWTMAn opaque CANopen Wireless Transmission Media (WTM) interface type
 CIOCANA Controller Area Network (CAN) device handle
 CIOFileA regular file device handle
 CIOHandleAn I/O device handle
 CIOPipeA pipe I/O device handle
 Cc_type_traits< __io_poll >The attributes of io_poll_t required by lely::IOPoll
 CIOPollAn opaque I/O polling interface type
 CIOSerialA serial I/O device handle
 CIOSockA sock I/O device handle
 Cc_obj_call
 Cc_mem_fn
 Cc_mem_call
 Cc_obj_call< impl::c_pack< R, ArgTypes... >, F >Provides a C wrapper for a function object with an arbitrary number of arguments
 Cc_obj_call< R(*)(ArgTypes...), F >Provides a C wrapper for a function object with an arbitrary number of arguments
 Cc_mem_fn< impl::c_pack< R, ArgTypes... >, C >A class template supplying the type of a member function with an arbitrary number of arguments
 Cc_mem_fn< R(*)(ArgTypes...), C >A class template supplying the type of a member function with an arbitrary number of arguments
 Cc_mem_call< impl::c_pack< R, ArgTypes... >, C, M >Provides a C wrapper for a member function with an arbitrary number of arguments
 Cc_mem_call< R(*)(ArgTypes...), C, M >Provides a C wrapper for a member function with an arbitrary number of arguments
 Cbad_initThe type of objects thrown as exceptions to report a failure to initialize an instantiation of a C type
 Cbad_copyThe type of objects thrown as exceptions to report a failure to copy an instantiation of a C type
 Cbad_moveThe type of objects thrown as exceptions to report a failure to move an instantiation of a C type
 Cdelete_c_typeThe deleter for trivial, standard layout and incomplete C types
 Cc_type_traitsA class template supplying a uniform interface to certain attributes of C types
 Ctrivial_c_typeThe base class for a C++ interface to a trivial C type
 Cstandard_c_typeThe base class for a C++ interface to a standard layout C type
 Cincomplete_c_typeThe base class for a C++ interface to an incomplete C type
 Cc_type_traits< void >A class template supplying a uniform interface to certain attributes of the C type void
 CerrorThe type of objects thrown as exceptions to report a system error with an associated error code
 NstdSTL namespace
 Cis_error_code_enum<::lely::canopen::SdoErrc >